home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / POV302 / pov302 / ini / tgafli < prev   
Text File  |  1996-07-11  |  865b  |  26 lines

  1. ;; Persistence Of Vision raytracer version 3.0 sample INI file.
  2. ;; TGAFLI.INI
  3. ;;
  4. ;; Assuming Input_File=myfile.pov
  5. ;;  this INI creates a myfile??.tga output files
  6. ;;  and then creates myfile.fli from it.
  7. ;;
  8. ;; Requires dta.exe to create fli
  9. ;; Requires exists.exe which is included in POV-Ray distribution.
  10. ;; If exists.exe is not available, comment out both Pre_Scene_... lines.
  11. ;;
  12.  
  13. Output_to_File=On
  14. Output_File_Type=t
  15. Pre_Frame_Command=
  16. Pre_Frame_Return=
  17. Post_Frame_Command=
  18. Post_Frame_Return=
  19. Pre_Scene_Command=exists %s.fli     ;;If myfile.fli already exists
  20. Pre_Scene_Return=-q                 ;;  skip entire scene
  21. Post_Scene_Command=dta /o%s.fli /R1 %s*.tga  ;;make myfile.fli
  22. Post_Scene_Return=f                 ;;If error, crash
  23. Pause_When_Done=Off
  24. Continue_Trace=On                ;;Lets you resume
  25. Test_Abort=On                    ;;Lets you interrupt
  26.